home *** CD-ROM | disk | FTP | other *** search
Text File | 2001-06-24 | 321 b | 22 lines | [TEXT/JAZZ] |
- <javascript>
-
- example addon, Marius Sauthier, Feb. 2000
- extends the JavaScript menu
- CreaText only scans for the information between the tags
- so you can write comments and stuff everywhere else
-
- <name>
- Example script
- </name>
-
-
- <code>
- var i = 0;
-
- function ExampleFunc()
- {
- i++;
- }
- </code>
- free software rulez!
- </javascript>